home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Chat_file.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-27  |  3.0 KB  |  212 lines

  1. body
  2. {
  3.     background:#f0f9ff !important;
  4. }
  5.  
  6. #ChatWindow
  7. {
  8.     float:left;
  9.     width:100%;
  10. }
  11.  
  12.     #InputWindow
  13.     {
  14.         float:left;
  15.         width:100%;
  16.         clear:left;
  17.         width:100%;
  18.         height:90px !important;
  19.         height:100px;
  20.         border-top:1px solid #37c;
  21.         padding:5px 0 5px 0;
  22.         position:relative;
  23.         
  24.         background:#f0f9ff;
  25.     }
  26.     
  27.         #Input_Message
  28.         {
  29.             float:left;
  30.             width:75%;
  31.             height:80px;
  32.             font-size:14px;
  33.             color:#555;
  34.             line-height:20px;
  35.             overflow:auto;
  36.             margin-left:5px;
  37.             font-family:"Lucida Grande", "Tahoma", "Arial", "SimSun", sans-serif;
  38.         }
  39.         
  40.         #UploadIndicator
  41.         {
  42.             position:absolute;
  43.             right:10px;
  44.             top:7px;
  45.             
  46.             width:16px;
  47.             height:16px;
  48.             background:url(/img/App_GUI/Misc/indicator_2.gif) left no-repeat;
  49.         }
  50.         
  51.         #LoadingIndicator
  52.         {
  53.             position:absolute;
  54.             left:0px;
  55.             bottom:0px;
  56.             width:100%;
  57.             height:57px;
  58.             background:#fff url(/img/App_GUI/Misc/indicator_3.gif) right top no-repeat;
  59.             line-height:57px;
  60.             font-weight:bold;
  61.             color:#666;
  62.             text-align:center;
  63.             z-index:3;
  64.         }
  65.         
  66.         #FinishIndicator
  67.         {
  68.             position:absolute;
  69.             left:0px;
  70.             bottom:0px;
  71.             width:100%;
  72.             height:57px;
  73.             background:#fff;
  74.             line-height:57px;
  75.             font-weight:bold;
  76.             color:#666;
  77.             text-align:center;
  78.             z-index:3;
  79.         }
  80.         
  81.         a.CancelLink:link, a.CancelLink:visited
  82.         {
  83.             color:#666;
  84.         }
  85.         a.CancelLink:hover
  86.         {
  87.             text-decoration:none;
  88.             background:#444;
  89.             color:#fff;
  90.         }
  91.         
  92.         a.TitleLink:link, a.TitleLink:visited
  93.         {
  94.             float:left;
  95.             display:block;
  96.             width:100%;
  97.             height:20px;
  98.             line-height:20px;
  99.             font-weight:bold;
  100.             text-align:right;
  101.             border-bottom:1px solid #ccc;
  102.             color:#666;
  103.             text-decoration:none;
  104.         }
  105.         
  106.         a.TitleLink:hover
  107.         {
  108.             color:#444;
  109.         }
  110.         
  111.         #CollapseFile
  112.         {
  113.             float:left;
  114.             position:relative;
  115.             display:block;
  116.             width:100%;
  117.             height:59px;
  118.             background:#fff;
  119.             border-left:1px dashed #ccc;
  120.             border-right:1px dashed #ccc;
  121.             border-bottom:1px dashed #ccc;
  122.         }
  123.         
  124.         .FileSelection
  125.         {
  126.             float:left;
  127.             margin:5px 0 5px 5px;
  128.             width:70%;
  129.             height:20px;
  130.         }
  131.         
  132.         .ConfirmBtn
  133.         {
  134.             float:right;
  135.             width:22%;
  136.  
  137.             margin:5px 5px 0 0;
  138.         }
  139.         
  140.         a.ToggleLink:link, a.ToggleLink:visited
  141.         {
  142.             float:left;
  143.             clear:left;
  144.             margin-left:5px;
  145.             color:#666;
  146.             line-height:20px;
  147.         }
  148.         a.ToggleLink:hover
  149.         {
  150.             color:#26c;
  151.         }
  152.  
  153. #ChatContent
  154. {
  155.     float:left;
  156.     width:100%;
  157.     overflow:auto;
  158.     font-size:13px;
  159.     font-family:"Lucida Grande", "Tahoma", "Arial", "SimSun", sans-serif;
  160.     color:#444;
  161.  
  162. }
  163.  
  164.     #ChatContent cite
  165.     {
  166.         color:#999;
  167.         font-weight:normal;
  168.         font-style:normal;
  169.         font-size:12px;
  170.     }
  171.  
  172. .ChatMessage
  173. {
  174.     float:left;
  175.     width:100%;
  176.     clear:left;
  177.     
  178.     padding:5px 0 5px 0;
  179.     
  180.     background:#fff;
  181.     border-top:1px dashed #ccc;
  182. }
  183.  
  184. .AlternColor
  185. {
  186.     background:#f5f5f5 !important;
  187. }
  188.  
  189. .ChatMessage_Author
  190. {
  191.     float:left;
  192.     padding-right:5px;
  193.     width:145px !important;
  194.     width:150px;
  195.  
  196.     height:60px;
  197.     border-right:1px solid #aaa;
  198.     color:#000;
  199.     font-weight:bold;
  200.     text-align:right;
  201.     line-height:20px;
  202. }
  203.  
  204. .ChatMessage_Body
  205. {
  206.     float:left;
  207.     width:80%;
  208.     overflow:auto;
  209.     margin-left:5px;
  210.     padding-bottom:20px;
  211.     overflow-y:visible;
  212. }